3.1454 \(\int \frac{(2+3 x)^5 (3+5 x)^2}{1-2 x} \, dx\)

Optimal. Leaf size=58 \[ -\frac{6075 x^7}{14}-\frac{20385 x^6}{8}-\frac{275103 x^5}{40}-\frac{736623 x^4}{64}-\frac{444581 x^3}{32}-\frac{1797103 x^2}{128}-\frac{1996783 x}{128}-\frac{2033647}{256} \log (1-2 x) \]

[Out]

(-1996783*x)/128 - (1797103*x^2)/128 - (444581*x^3)/32 - (736623*x^4)/64 - (275103*x^5)/40 - (20385*x^6)/8 - (
6075*x^7)/14 - (2033647*Log[1 - 2*x])/256

________________________________________________________________________________________

Rubi [A]  time = 0.0259308, antiderivative size = 58, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045, Rules used = {88} \[ -\frac{6075 x^7}{14}-\frac{20385 x^6}{8}-\frac{275103 x^5}{40}-\frac{736623 x^4}{64}-\frac{444581 x^3}{32}-\frac{1797103 x^2}{128}-\frac{1996783 x}{128}-\frac{2033647}{256} \log (1-2 x) \]

Antiderivative was successfully verified.

[In]

Int[((2 + 3*x)^5*(3 + 5*x)^2)/(1 - 2*x),x]

[Out]

(-1996783*x)/128 - (1797103*x^2)/128 - (444581*x^3)/32 - (736623*x^4)/64 - (275103*x^5)/40 - (20385*x^6)/8 - (
6075*x^7)/14 - (2033647*Log[1 - 2*x])/256

Rule 88

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandI
ntegrand[(a + b*x)^m*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, p}, x] && IntegersQ[m, n] &&
(IntegerQ[p] || (GtQ[m, 0] && GeQ[n, -1]))

Rubi steps

\begin{align*} \int \frac{(2+3 x)^5 (3+5 x)^2}{1-2 x} \, dx &=\int \left (-\frac{1996783}{128}-\frac{1797103 x}{64}-\frac{1333743 x^2}{32}-\frac{736623 x^3}{16}-\frac{275103 x^4}{8}-\frac{61155 x^5}{4}-\frac{6075 x^6}{2}-\frac{2033647}{128 (-1+2 x)}\right ) \, dx\\ &=-\frac{1996783 x}{128}-\frac{1797103 x^2}{128}-\frac{444581 x^3}{32}-\frac{736623 x^4}{64}-\frac{275103 x^5}{40}-\frac{20385 x^6}{8}-\frac{6075 x^7}{14}-\frac{2033647}{256} \log (1-2 x)\\ \end{align*}

Mathematica [A]  time = 0.0125792, size = 47, normalized size = 0.81 \[ \frac{-15552000 x^7-91324800 x^6-246492288 x^5-412508880 x^4-497930720 x^3-503188840 x^2-559099240 x-284710580 \log (1-2 x)+502621309}{35840} \]

Antiderivative was successfully verified.

[In]

Integrate[((2 + 3*x)^5*(3 + 5*x)^2)/(1 - 2*x),x]

[Out]

(502621309 - 559099240*x - 503188840*x^2 - 497930720*x^3 - 412508880*x^4 - 246492288*x^5 - 91324800*x^6 - 1555
2000*x^7 - 284710580*Log[1 - 2*x])/35840

________________________________________________________________________________________

Maple [A]  time = 0.003, size = 43, normalized size = 0.7 \begin{align*} -{\frac{6075\,{x}^{7}}{14}}-{\frac{20385\,{x}^{6}}{8}}-{\frac{275103\,{x}^{5}}{40}}-{\frac{736623\,{x}^{4}}{64}}-{\frac{444581\,{x}^{3}}{32}}-{\frac{1797103\,{x}^{2}}{128}}-{\frac{1996783\,x}{128}}-{\frac{2033647\,\ln \left ( 2\,x-1 \right ) }{256}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2+3*x)^5*(3+5*x)^2/(1-2*x),x)

[Out]

-6075/14*x^7-20385/8*x^6-275103/40*x^5-736623/64*x^4-444581/32*x^3-1797103/128*x^2-1996783/128*x-2033647/256*l
n(2*x-1)

________________________________________________________________________________________

Maxima [A]  time = 1.07293, size = 57, normalized size = 0.98 \begin{align*} -\frac{6075}{14} \, x^{7} - \frac{20385}{8} \, x^{6} - \frac{275103}{40} \, x^{5} - \frac{736623}{64} \, x^{4} - \frac{444581}{32} \, x^{3} - \frac{1797103}{128} \, x^{2} - \frac{1996783}{128} \, x - \frac{2033647}{256} \, \log \left (2 \, x - 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5*(3+5*x)^2/(1-2*x),x, algorithm="maxima")

[Out]

-6075/14*x^7 - 20385/8*x^6 - 275103/40*x^5 - 736623/64*x^4 - 444581/32*x^3 - 1797103/128*x^2 - 1996783/128*x -
 2033647/256*log(2*x - 1)

________________________________________________________________________________________

Fricas [A]  time = 1.48291, size = 185, normalized size = 3.19 \begin{align*} -\frac{6075}{14} \, x^{7} - \frac{20385}{8} \, x^{6} - \frac{275103}{40} \, x^{5} - \frac{736623}{64} \, x^{4} - \frac{444581}{32} \, x^{3} - \frac{1797103}{128} \, x^{2} - \frac{1996783}{128} \, x - \frac{2033647}{256} \, \log \left (2 \, x - 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5*(3+5*x)^2/(1-2*x),x, algorithm="fricas")

[Out]

-6075/14*x^7 - 20385/8*x^6 - 275103/40*x^5 - 736623/64*x^4 - 444581/32*x^3 - 1797103/128*x^2 - 1996783/128*x -
 2033647/256*log(2*x - 1)

________________________________________________________________________________________

Sympy [A]  time = 0.101942, size = 56, normalized size = 0.97 \begin{align*} - \frac{6075 x^{7}}{14} - \frac{20385 x^{6}}{8} - \frac{275103 x^{5}}{40} - \frac{736623 x^{4}}{64} - \frac{444581 x^{3}}{32} - \frac{1797103 x^{2}}{128} - \frac{1996783 x}{128} - \frac{2033647 \log{\left (2 x - 1 \right )}}{256} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)**5*(3+5*x)**2/(1-2*x),x)

[Out]

-6075*x**7/14 - 20385*x**6/8 - 275103*x**5/40 - 736623*x**4/64 - 444581*x**3/32 - 1797103*x**2/128 - 1996783*x
/128 - 2033647*log(2*x - 1)/256

________________________________________________________________________________________

Giac [A]  time = 1.18637, size = 58, normalized size = 1. \begin{align*} -\frac{6075}{14} \, x^{7} - \frac{20385}{8} \, x^{6} - \frac{275103}{40} \, x^{5} - \frac{736623}{64} \, x^{4} - \frac{444581}{32} \, x^{3} - \frac{1797103}{128} \, x^{2} - \frac{1996783}{128} \, x - \frac{2033647}{256} \, \log \left ({\left | 2 \, x - 1 \right |}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5*(3+5*x)^2/(1-2*x),x, algorithm="giac")

[Out]

-6075/14*x^7 - 20385/8*x^6 - 275103/40*x^5 - 736623/64*x^4 - 444581/32*x^3 - 1797103/128*x^2 - 1996783/128*x -
 2033647/256*log(abs(2*x - 1))